Feature: Create Post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
3
|
|
||||
| Total duration: | |||||
| 1m 14.061s |
Scenario: As an administrator I create and publish a post
Given
I log in as administrator
0m 5.191s
When
I click on element having css selector "a[href="#/posts/"]"
0m 2.366s
And
I click on element having css selector "a[href="#/editor/post/"]"
0m 2.244s
And
I enter "" into input field having css selector "div.gh-koenig-editor-pane > textarea"
0m 2.079s
And
I enter "" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
0m 2.111s
And
I click on element having css selector "div.gh-publishmenu"
0m 2.129s
And
I click on element having css selector "button.gh-publishmenu-button"
0m 2.078s
And
I click on element having css selector "header a[href^="#/posts/"]"
0m 2.154s
And
I click on element having css selector "div.gh-contentfilter-type"
0m 2.089s
And
I click on element having css selector "ul > li[data-option-index="2"]"
0m 2.123s
Then
I should see text (Untitled)
0m 0.000s
Screenshots
Given I log in as administrator
When I click on element having css selector "a[href="#/posts/"]"
And I click on element having css selector "a[href="#/editor/post/"]"
And I enter "" into input field having css selector "div.gh-koenig-editor-pane > textarea"
And I enter "" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
And I click on element having css selector "div.gh-publishmenu"
And I click on element having css selector "button.gh-publishmenu-button"
And I click on element having css selector "header a[href^="#/posts/"]"
And I click on element having css selector "div.gh-contentfilter-type"
And I click on element having css selector "ul > li[data-option-index="2"]"
Then I should see text (Untitled)
NO IMAGE AVAILABLE
Scenario: As an administrator I create and publish a post
Given
I log in as administrator
0m 5.481s
When
I click on element having css selector "a[href="#/posts/"]"
0m 2.177s
And
I click on element having css selector "a[href="#/editor/post/"]"
0m 2.244s
And
I enter "Test Post Kraken (No Content)" into input field having css selector "div.gh-koenig-editor-pane > textarea"
0m 2.210s
And
I enter "" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
0m 2.100s
And
I click on element having css selector "div.gh-publishmenu"
0m 2.100s
And
I click on element having css selector "button.gh-publishmenu-button"
0m 2.077s
And
I click on element having css selector "header a[href^="#/posts/"]"
0m 2.156s
And
I click on element having css selector "div.gh-contentfilter-type"
0m 2.078s
And
I click on element having css selector "ul > li[data-option-index="2"]"
0m 2.125s
Then
I should see text "Test Post Kraken (No Content)"
0m 0.012s
Screenshots
Given I log in as administrator
When I click on element having css selector "a[href="#/posts/"]"
And I click on element having css selector "a[href="#/editor/post/"]"
And I enter "Test Post Kraken (No Content)" into input field having css selector "div.gh-koenig-editor-pane > textarea"
And I enter "" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
And I click on element having css selector "div.gh-publishmenu"
And I click on element having css selector "button.gh-publishmenu-button"
And I click on element having css selector "header a[href^="#/posts/"]"
And I click on element having css selector "div.gh-contentfilter-type"
And I click on element having css selector "ul > li[data-option-index="2"]"
Then I should see text "Test Post Kraken (No Content)"
Scenario: As an administrator I create and publish a post
Given
I log in as administrator
0m 5.315s
When
I click on element having css selector "a[href="#/posts/"]"
0m 2.145s
And
I click on element having css selector "a[href="#/editor/post/"]"
0m 2.289s
And
I enter "Test Post Kraken" into input field having css selector "div.gh-koenig-editor-pane > textarea"
0m 2.155s
And
I enter "Hello World Kraken" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
0m 2.264s
And
I click on element having css selector "div.gh-publishmenu"
0m 2.111s
And
I click on element having css selector "button.gh-publishmenu-button"
0m 2.077s
And
I click on element having css selector "header a[href^="#/posts/"]"
0m 2.143s
And
I click on element having css selector "div.gh-contentfilter-type"
0m 2.089s
And
I click on element having css selector "ul > li[data-option-index="2"]"
0m 2.123s
Then
I should see text "Test Post Kraken"
0m 0.024s
Screenshots
Given I log in as administrator
When I click on element having css selector "a[href="#/posts/"]"
And I click on element having css selector "a[href="#/editor/post/"]"
And I enter "Test Post Kraken" into input field having css selector "div.gh-koenig-editor-pane > textarea"
And I enter "Hello World Kraken" into input field having css selector "div.gh-koenig-editor-pane div[contenteditable=true]"
And I click on element having css selector "div.gh-publishmenu"
And I click on element having css selector "button.gh-publishmenu-button"
And I click on element having css selector "header a[href^="#/posts/"]"
And I click on element having css selector "div.gh-contentfilter-type"
And I click on element having css selector "ul > li[data-option-index="2"]"
Then I should see text "Test Post Kraken"